Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Travis CI builds (the specs fail, due to clone --depth=50) #51

Merged
merged 2 commits into from
Mar 30, 2013

Conversation

kevinjalbert
Copy link
Owner

The specs depend on the git log by specifying a specific time range.
Travis CI will limit the git clone to a depth of 50 commits, thus this
causes some problems with our specs. An initial fix is to extend the
depth on Travis CI.

The specs depend on the `git log` by specifying a specific time range.
Travis CI will limit the git clone to a depth of 50 commits, thus this
causes some problems with our specs. An initial fix is to extend the
depth on Travis CI.
@kevinjalbert
Copy link
Owner Author

Seems to be working fine on the PR. Going to merge this and hopefully it keeps working on master.

kevinjalbert added a commit that referenced this pull request Mar 30, 2013
Fix Travis CI builds (the specs fail, due to clone --depth=50)
@kevinjalbert kevinjalbert merged commit d63f9f7 into master Mar 30, 2013
@kevinjalbert kevinjalbert deleted the fix-travis-builds branch March 30, 2013 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant